home *** CD-ROM | disk | FTP | other *** search
/ Amiga Game-Power / Amiga Game-Power.iso / pd mix ii / click to front / screenshift / makefile < prev    next >
Makefile  |  1994-05-20  |  97b  |  8 lines

  1. ss:    math.o ss.o
  2.     blink with ss.lnk
  3.  
  4. ss.o:    ss.c
  5.     x: cm: ss
  6. math.o:    math.s
  7.     assem math.s -o math.o
  8.